<link href="form.css" type="text/css" rel="stylesheet" />
<div class="form-container">
<p class="legend"><strong>Request for a vacation</strong></p>
<div><label for="since">Since <em>*</em></label><customtag var="since" delegation="ru.runa.wf.web.html.vartag.DateInputVarTag" /><em><font size="-1"> (dd.mm.yyyy)</font></em></div>
<div><label for="till">Till <em>*</em></label><customtag var="till" delegation="ru.runa.wf.web.html.vartag.DateInputVarTag" /><em><font size="-1"> (dd.mm.yyyy)</font></em></div>
<div><label for="reason">Reason <em>*</em></label><input id="reason" name="reason" /></div>
<div><label for="comment">Comments</label><textarea id="comment" wrap="hard" name="comment"></textarea></div>
</div>